'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shared Shadows ReadOnly Property Default As SelectorConfiguration(Of TSharedParameters,TIsolatedParameters,TInstanceParameters)
'Usage
Dim value As SelectorConfiguration(Of TSharedParameters,TIsolatedParameters,TInstanceParameters) value = SelectorConfiguration(Of TSharedParameters,TIsolatedParameters,TInstanceParameters).Default
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public new static SelectorConfiguration<TSharedParameters,TIsolatedParameters,TInstanceParameters> Default {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: new static property SelectorConfiguration<TSharedParameters^,TIsolatedParameters^,TInstanceParameters^>^ Default { SelectorConfiguration<TSharedParameters^,TIsolatedParameters^,TInstanceParameters^>^ get(); }